home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / as2db1 / aboutfrm.frm next >
Text File  |  1994-01-01  |  2KB  |  70 lines

  1. VERSION 2.00
  2. Begin Form AboutFrm 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "About ASC2MDB"
  5.    ClientHeight    =   1425
  6.    ClientLeft      =   2790
  7.    ClientTop       =   2835
  8.    ClientWidth     =   4695
  9.    ControlBox      =   0   'False
  10.    Height          =   1830
  11.    Left            =   2730
  12.    LinkTopic       =   "Form3"
  13.    ScaleHeight     =   1425
  14.    ScaleWidth      =   4695
  15.    Top             =   2490
  16.    Width           =   4815
  17.    Begin CommandButton Command1 
  18.       Caption         =   "&OK"
  19.       Height          =   375
  20.       Left            =   3960
  21.       TabIndex        =   2
  22.       Top             =   840
  23.       Width           =   615
  24.    End
  25.    Begin TextBox Text2 
  26.       BackColor       =   &H00C0C0C0&
  27.       BorderStyle     =   0  'None
  28.       Enabled         =   0   'False
  29.       FontBold        =   0   'False
  30.       FontItalic      =   -1  'True
  31.       FontName        =   "MS Sans Serif"
  32.       FontSize        =   8.25
  33.       FontStrikethru  =   0   'False
  34.       FontUnderline   =   0   'False
  35.       ForeColor       =   &H000000FF&
  36.       Height          =   615
  37.       Left            =   1200
  38.       MultiLine       =   -1  'True
  39.       TabIndex        =   1
  40.       Text            =   "ASC3MDB V0 .9  ⌐  1993    Richard  Curzon.  CIS 71371,2521 Not for resale for profit."
  41.       Top             =   720
  42.       Width           =   2535
  43.    End
  44.    Begin TextBox Text1 
  45.       BackColor       =   &H00C0C0C0&
  46.       BorderStyle     =   0  'None
  47.       Enabled         =   0   'False
  48.       Height          =   495
  49.       Left            =   1200
  50.       MultiLine       =   -1  'True
  51.       TabIndex        =   0
  52.       Text            =   "ASC2MDB: a framework for feeding ASCII data into .MDB files."
  53.       Top             =   120
  54.       Width           =   2775
  55.    End
  56.    Begin Image Image1 
  57.       Height          =   480
  58.       Left            =   240
  59.       Picture         =   ABOUTFRM.FRX:0000
  60.       Top             =   360
  61.       Width           =   480
  62.    End
  63. End
  64. Option Explicit
  65.  
  66. Sub Command1_Click ()
  67.   Unload Me
  68. End Sub
  69.  
  70.